ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelectListBox<T> Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (MultiSelectListBox<T>)
    In This Topic
    Gets or sets the index of the currently selected item.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also